[INFO] cloning repository https://github.com/BiliqisO/virtual-vm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BiliqisO/virtual-vm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBiliqisO%2Fvirtual-vm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBiliqisO%2Fvirtual-vm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a0739a456e399bb81ed5b624d7794e426e8bdff9
[INFO] fixing BiliqisO/virtual-vm against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBiliqisO%2Fvirtual-vm" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BiliqisO/virtual-vm
[INFO] finished tweaking git repo https://github.com/BiliqisO/virtual-vm
[INFO] tweaked toml for git repo https://github.com/BiliqisO/virtual-vm written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BiliqisO/virtual-vm on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BiliqisO/virtual-vm already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 25a51dd799c0cc6ff17ce789633a3b7f15a9fd0dffbe3989ee0a3ae9524208d5
[INFO] running `Command { std: "docker" "start" "25a51dd799c0cc6ff17ce789633a3b7f15a9fd0dffbe3989ee0a3ae9524208d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "25a51dd799c0cc6ff17ce789633a3b7f15a9fd0dffbe3989ee0a3ae9524208d5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25a51dd799c0cc6ff17ce789633a3b7f15a9fd0dffbe3989ee0a3ae9524208d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "25a51dd799c0cc6ff17ce789633a3b7f15a9fd0dffbe3989ee0a3ae9524208d5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking virtual-vm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/input_buffering.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |             tcgetattr(fd, ORIGINAL_TIO.as_mut_ptr());
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/opcode_tests.rs from 2021 edition to 2024
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/input_buffering.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |             tcgetattr(fd, ORIGINAL_TIO.as_mut_ptr());
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/input_buffering.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |             tcgetattr(fd, ORIGINAL_TIO.as_mut_ptr());
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/input_buffering.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |             tcgetattr(fd, ORIGINAL_TIO.as_mut_ptr());
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
[INFO] [stderr] crater-edition-check: virtual-vm v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking virtual-vm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `args`
[INFO] [stdout]  --> src/run.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::env::{self, args};
[INFO] [stdout]   |                      ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R0` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     R_R0 = 0,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR0`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R1` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     R_R1,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R2` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     R_R2,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R3` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     R_R3,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R4` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     R_R4,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R5` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     R_R5,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R6` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     R_R6,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R7` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     R_R7,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_PC` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     R_PC,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RPc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_COND` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     R_COND,
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `RCond`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_COUNT` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     R_COUNT = 10,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `RCount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `R_COND` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:33:6
[INFO] [stdout]    |
[INFO] [stdout] 33 | enum R_COND {
[INFO] [stdout]    |      ^^^^^^ help: convert the identifier to upper camel case: `RCond`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `FL_POS` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     FL_POS = 1 << 0,
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `FlPos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `FL_ZRO` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     FL_ZRO = 1 << 1,
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `FlZro`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `FL_NEG` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     FL_NEG = 1 << 2,
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `FlNeg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_BR` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     OP_BR = 0, /* branch */
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to upper camel case: `OpBr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_ADD` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     OP_ADD,    /* add  */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpAdd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_LD` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     OP_LD,     /* load */
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to upper camel case: `OpLd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_ST` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     OP_ST,     /* store */
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to upper camel case: `OpSt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_JSR` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     OP_JSR,    /* jump register */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpJsr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_AND` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     OP_AND,    /* bitwise and */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpAnd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_LDR` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     OP_LDR,    /* load register */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpLdr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_STR` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     OP_STR,    /* store register */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_RTI` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     OP_RTI,    /* unused */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpRti`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_NOT` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     OP_NOT,    /* bitwise not */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpNot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_LDI` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     OP_LDI,    /* load indirect */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpLdi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_STI` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     OP_STI,    /* store indirect */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpSti`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_JMP` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     OP_JMP,    /* jump */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpJmp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_RES` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     OP_RES,    /* reserved (unused) */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpRes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_LEA` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     OP_LEA,    /* load effective address */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpLea`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_TRAP` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     OP_TRAP,   /* execute trap */
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `OpTrap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `OP_TRAP` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:61:6
[INFO] [stdout]    |
[INFO] [stdout] 61 | enum OP_TRAP {
[INFO] [stdout]    |      ^^^^^^^ help: convert the identifier to upper camel case: `OpTrap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TRAP_GETC` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     TRAP_GETC = 0x20,  /* get character from keyboard, not echoed onto the terminal */
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `TrapGetc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TRAP_OUT` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     TRAP_OUT = 0x21,   /* output a character */
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `TrapOut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TRAP_PUTS` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     TRAP_PUTS = 0x22,  /* output a word string */
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `TrapPuts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TRAP_IN` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     TRAP_IN = 0x23,    /* get character from keyboard, echoed onto the terminal */
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `TrapIn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TRAP_PUTSP` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     TRAP_PUTSP = 0x24, /* output a byte string */
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to upper camel case: `TrapPutsp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TRAP_HALT` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     TRAP_HALT = 0x25,  /* halt the program */
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `TrapHalt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `args`
[INFO] [stdout]  --> src/run.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::env::{self, args};
[INFO] [stdout]   |                      ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R0` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     R_R0 = 0,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR0`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R1` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     R_R1,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R2` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     R_R2,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R3` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     R_R3,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R4` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     R_R4,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R5` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     R_R5,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R6` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     R_R6,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_R7` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     R_R7,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RR7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_PC` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     R_PC,
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `RPc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_COND` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     R_COND,
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `RCond`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `R_COUNT` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     R_COUNT = 10,
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `RCount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `R_COND` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:33:6
[INFO] [stdout]    |
[INFO] [stdout] 33 | enum R_COND {
[INFO] [stdout]    |      ^^^^^^ help: convert the identifier to upper camel case: `RCond`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `FL_POS` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     FL_POS = 1 << 0,
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `FlPos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `FL_ZRO` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     FL_ZRO = 1 << 1,
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `FlZro`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `FL_NEG` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     FL_NEG = 1 << 2,
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `FlNeg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_BR` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     OP_BR = 0, /* branch */
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to upper camel case: `OpBr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_ADD` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     OP_ADD,    /* add  */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpAdd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_LD` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     OP_LD,     /* load */
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to upper camel case: `OpLd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_ST` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     OP_ST,     /* store */
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to upper camel case: `OpSt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_JSR` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     OP_JSR,    /* jump register */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpJsr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_AND` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     OP_AND,    /* bitwise and */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpAnd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_LDR` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     OP_LDR,    /* load register */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpLdr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_STR` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     OP_STR,    /* store register */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_RTI` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     OP_RTI,    /* unused */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpRti`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_NOT` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     OP_NOT,    /* bitwise not */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpNot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_LDI` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     OP_LDI,    /* load indirect */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpLdi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_STI` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     OP_STI,    /* store indirect */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpSti`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_JMP` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     OP_JMP,    /* jump */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpJmp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_RES` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     OP_RES,    /* reserved (unused) */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpRes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_LEA` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     OP_LEA,    /* load effective address */
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case: `OpLea`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OP_TRAP` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     OP_TRAP,   /* execute trap */
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `OpTrap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `OP_TRAP` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:61:6
[INFO] [stdout]    |
[INFO] [stdout] 61 | enum OP_TRAP {
[INFO] [stdout]    |      ^^^^^^^ help: convert the identifier to upper camel case: `OpTrap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TRAP_GETC` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     TRAP_GETC = 0x20,  /* get character from keyboard, not echoed onto the terminal */
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `TrapGetc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TRAP_OUT` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     TRAP_OUT = 0x21,   /* output a character */
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `TrapOut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TRAP_PUTS` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     TRAP_PUTS = 0x22,  /* output a word string */
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `TrapPuts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TRAP_IN` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     TRAP_IN = 0x23,    /* get character from keyboard, echoed onto the terminal */
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case: `TrapIn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TRAP_PUTSP` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     TRAP_PUTSP = 0x24, /* output a byte string */
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to upper camel case: `TrapPutsp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TRAP_HALT` should have an upper camel case name
[INFO] [stdout]   --> src/run.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     TRAP_HALT = 0x25,  /* halt the program */
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to upper camel case: `TrapHalt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `running` is never read
[INFO] [stdout]    --> src/run.rs:253:33
[INFO] [stdout]     |
[INFO] [stdout] 253 | ...                   running = false;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `condition_flag` is never read
[INFO] [stdout]    --> src/run.rs:368:34
[INFO] [stdout]     |
[INFO] [stdout] 368 |         let mut condition_flag = self.registers_storage[Registers::R_COND as usize];
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 378 |             condition_flag = R_COND::FL_POS as u16
[INFO] [stdout]     |             -------------------------------------- `condition_flag` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/input_buffering.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |             tcgetattr(fd, ORIGINAL_TIO.as_mut_ptr());
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `running` is never read
[INFO] [stdout]    --> src/run.rs:253:33
[INFO] [stdout]     |
[INFO] [stdout] 253 | ...                   running = false;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `condition_flag` is never read
[INFO] [stdout]    --> src/run.rs:368:34
[INFO] [stdout]     |
[INFO] [stdout] 368 |         let mut condition_flag = self.registers_storage[Registers::R_COND as usize];
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 378 |             condition_flag = R_COND::FL_POS as u16
[INFO] [stdout]     |             -------------------------------------- `condition_flag` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `virtual-vm` (lib) due to 1 previous error; 41 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/input_buffering.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |             tcgetattr(fd, ORIGINAL_TIO.as_mut_ptr());
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `virtual-vm` (lib test) due to 1 previous error; 41 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "25a51dd799c0cc6ff17ce789633a3b7f15a9fd0dffbe3989ee0a3ae9524208d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25a51dd799c0cc6ff17ce789633a3b7f15a9fd0dffbe3989ee0a3ae9524208d5", kill_on_drop: false }`
[INFO] [stdout] 25a51dd799c0cc6ff17ce789633a3b7f15a9fd0dffbe3989ee0a3ae9524208d5
